.new-services{
  padding: 112px 102px 124px;
}

.nservice-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.nservice-header p:nth-child(1){
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: rgba(73, 73, 73, .75);
  margin: 0 0 15px 0;
}


.nservice-header p:nth-child(2){
  font-size: 36px;
  line-height: 41px;
  font-weight: 500;
  color: #0F0F0F;
  width: 670px;
  margin: 0 0 15px 0;
  text-align: center;
}

.serviceframe{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}

.service1, .service2{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 90px;
}

.service3{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 ;
}

.service1-imgframe, .service3-imgframe{
  width: 460px;
  height: 360px;
  padding: 25px;
  background-color: #6B0504;
  box-sizing: border-box;
  display: flex;
  border-radius: 10px;
}

.service2-imgframe{
  width: 460px;
  height: 360px;
  padding: 25px;
  background-color: rgba(163, 50, 11, .8);
  box-sizing: border-box;
  display: flex;
  border-radius: 10px;
}

.service1-imgframe img, .service2-imgframe img, .service3-imgframe img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.divider img{
  height: 350px;
  width: initial;
}

.service1-desc, .service2-desc, .service3-desc{
  width: 468px;
}

.service1-desc p:first-child, .service2-desc p:first-child, .service3-desc p:first-child{
  font-size: 24px;
  line-height: 41px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.service1-desc p:nth-child(2), .service2-desc p:nth-child(2),  .service3-desc p:nth-child(2){
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  margin: 0 0 32px 0;
}


.readmorebut{
  background-color: rgb(171, 44, 63);
  color: white;
  font-family: Plus Jakarta Sans;
  border: none;
  border-radius: 5px;
  height: 45px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.5s;
  font-weight: 600;
  padding: 0.8em 2.4em;
}

.readmorebut:hover{
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color:  rgb(171, 44, 63);;
  color: rgb(171, 44, 63);
  font-family: Plus Jakarta Sans;
  border-radius: 5px;
  height: 45px;
  padding: 0.8em 2.4em;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}